Skip to content

Commit f79f605

Browse files
Merge pull request #3794 from StefanOssendorf/dev/v7.0.4.0-release
Version to 7.0.4.0
2 parents ebf2c10 + 72275ee commit f79f605

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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("7.0.3.0")]
28-
[assembly: AssemblyFileVersion("7.0.3.0")]
27+
[assembly: AssemblyVersion("7.0.4.0")]
28+
[assembly: AssemblyFileVersion("7.0.4.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("7.0.3.0")]
29-
[assembly: AssemblyFileVersion("7.0.3.0")]
28+
[assembly: AssemblyVersion("7.0.4.0")]
29+
[assembly: AssemblyFileVersion("7.0.4.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("7.0.3.0")]
31-
[assembly: AssemblyFileVersion("7.0.3.0")]
30+
[assembly: AssemblyVersion("7.0.4.0")]
31+
[assembly: AssemblyFileVersion("7.0.4.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>7.0.3.0</Version>
8+
<Version>7.0.4.0</Version>
99
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1010
<PackageProjectUrl>https://cslanet.com</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/MarimerLLC/csla</RepositoryUrl>

0 commit comments

Comments
 (0)