Skip to content

Commit 6515ff1

Browse files
#3171 Update version numbers and release notes for v6.2.2
1 parent a9ac73c commit 6515ff1

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

Source/Csla.Axml.Android/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
// You can specify all the values or you can default the Build and Revision Numbers
2525
// by using the '*' as shown below:
2626
// [assembly: AssemblyVersion("1.0.*")]
27-
[assembly: AssemblyVersion("6.2.1.0")]
28-
[assembly: AssemblyFileVersion("6.2.1.0")]
27+
[assembly: AssemblyVersion("6.2.2.0")]
28+
[assembly: AssemblyFileVersion("6.2.2.0")]

Source/Csla.Iosui.Ios/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
// You can specify all the values or you can default the Build and Revision Numbers
2626
// by using the '*' as shown below:
2727
// [assembly: AssemblyVersion("1.0.*")]
28-
[assembly: AssemblyVersion("6.2.1.0")]
29-
[assembly: AssemblyFileVersion("6.2.1.0")]
28+
[assembly: AssemblyVersion("6.2.2.0")]
29+
[assembly: AssemblyFileVersion("6.2.2.0")]

Source/Csla.Xaml.Uwp/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
// You can specify all the values or you can default the Build and Revision Numbers
2828
// by using the '*' as shown below:
2929
// [assembly: AssemblyVersion("1.0.*")]
30-
[assembly: AssemblyVersion("6.2.1.0")]
31-
[assembly: AssemblyFileVersion("6.2.1.0")]
30+
[assembly: AssemblyVersion("6.2.2.0")]
31+
[assembly: AssemblyFileVersion("6.2.2.0")]

Source/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<!-- Common Package Settings -->
77
<PropertyGroup>
8-
<Version>6.2.1.0</Version>
8+
<Version>6.2.2.0</Version>
99
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1010
<PackageProjectUrl>https://cslanet.com</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/MarimerLLC/csla</RepositoryUrl>

releasenotes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
CSLA 6 is a major new version of CSLA .NET, fully supporting (and requiring) dependency injection and other features of modern .NET.
44

5-
## CSLA .NET version 6.2.1 release
5+
## CSLA .NET version 6.2.2 release
66

7-
CSLA .NET version 6.2.1 fixes a bug in `HttpProxy`.
7+
CSLA .NET version 6.2.2 fixes a bug in `HttpProxy`, and replaces the 6.2.1 release that had incorrect nuget packaging.
88

99
* [#3148](https://github.com/MarimerLLC/csla/issues/3148) Fix bug in `HttpProxy` that caused `ObjectDisposedException` when using `HttpClient`
1010

0 commit comments

Comments
 (0)