Skip to content

Commit

Permalink
Merge pull request #1158 from rockfordlhotka/4101release
Browse files Browse the repository at this point in the history
Version 4.10.1 release
  • Loading branch information
rockfordlhotka committed May 22, 2019
2 parents 55664f7 + c1b97be commit eed0597
Show file tree
Hide file tree
Showing 44 changed files with 84 additions and 84 deletions.
Expand Up @@ -11,5 +11,5 @@
[assembly: AssemblyCulture("")]
[assembly: InternalsVisibleTo("Csla.Analyzers.Tests")]

[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
Expand Up @@ -14,8 +14,8 @@
<PackageProjectUrl>http://cslanet.com</PackageProjectUrl>
<RepositoryUrl>https://github.com/MarimerLLC/csla</RepositoryUrl>
<RepositoryType>GitHub</RepositoryType>
<AssemblyVersion>4.10.0.0</AssemblyVersion>
<FileVersion>4.10.0.0</FileVersion>
<AssemblyVersion>4.10.1.0</AssemblyVersion>
<FileVersion>4.10.1.0</FileVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>CslaKey.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions Source/Csla.Axml.Android/Properties/AssemblyInfo.cs
Expand Up @@ -24,5 +24,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
Expand Up @@ -15,7 +15,7 @@
<TargetPlatformVersion>8.1</TargetPlatformVersion>
<MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{BC8A1FFA-BEE3-4634.10.04-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProjectTypeGuids>{BC8A1FFA-BEE3-4634.10.14-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
4 changes: 2 additions & 2 deletions Source/Csla.Data.EF4.Net4.5/Properties/AssemblyInfo.cs
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Data.EF4.Net4.6/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Data.EF4.Net4/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Data.EF5.Net4.5/Properties/AssemblyInfo.cs
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Data.EF5.Net4.6/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Data.EF5.Net4/Properties/AssemblyInfo.cs
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Data.EF6.Net4.5/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Data.EF6.Net4.6/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Data.EF6.Net4/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
2 changes: 1 addition & 1 deletion Source/Csla.Data.EFCore.2.0/Csla.Data.EFCore.2.0.csproj
Expand Up @@ -5,7 +5,7 @@
<AssemblyName>Csla.Data.EntityFrameworkCore</AssemblyName>
<RootNamespace>Csla.Data.EntityFrameworkCore</RootNamespace>
<PackageId>Csla.Data.EntityFrameworkCore</PackageId>
<Version>4.10.0.0</Version>
<Version>4.10.1.0</Version>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
Expand Down
4 changes: 2 additions & 2 deletions Source/Csla.Iosui.Ios/Properties/AssemblyInfo.cs
Expand Up @@ -25,5 +25,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Net4.5/Properties/AssemblyInfo.cs
Expand Up @@ -42,5 +42,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Net4.6/Properties/AssemblyInfo.cs
Expand Up @@ -42,5 +42,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Net4/Properties/AssemblyInfo.cs
Expand Up @@ -42,5 +42,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
2 changes: 1 addition & 1 deletion Source/Csla.NetStandard2.0/Csla.NetStandard2.0.csproj
Expand Up @@ -5,7 +5,7 @@
<AssemblyName>Csla</AssemblyName>
<RootNamespace>Csla</RootNamespace>
<PackageId>Csla.NetStandard20</PackageId>
<Version>4.10.0.0</Version>
<Version>4.10.1.0</Version>
<DefaultLanguage>en-US</DefaultLanguage>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
Expand Down
4 changes: 2 additions & 2 deletions Source/Csla.NetStandard2.0/Properties/AssemblyInfo.cs
Expand Up @@ -23,5 +23,5 @@

[assembly: NeutralResourcesLanguage("en-US")]

[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Pcl/Properties/AssemblyInfo.cs
Expand Up @@ -25,5 +25,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Pcl259/Properties/AssemblyInfo.cs
Expand Up @@ -25,5 +25,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Validation.Android/Properties/AssemblyInfo.cs
Expand Up @@ -24,6 +24,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]

4 changes: 2 additions & 2 deletions Source/Csla.Validation.Ios/Properties/AssemblyInfo.cs
Expand Up @@ -25,5 +25,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Validation.Net4.5/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Validation.Net4.6/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Validation.Net4/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Validation.Uwp/Properties/AssemblyInfo.cs
Expand Up @@ -27,5 +27,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Web.Mvc4.Net4.5/Properties/AssemblyInfo.cs
Expand Up @@ -34,5 +34,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Web.Mvc4.Net4.6/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Web.Mvc4.Net4/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Web.Mvc5.Net4.5/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Web.Mvc5.Net4.6/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Web.Net4.5/Properties/AssemblyInfo.cs
Expand Up @@ -34,5 +34,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Web.Net4.6/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Web.Net4/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Windows.Net4.5/Properties/AssemblyInfo.cs
Expand Up @@ -41,5 +41,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Windows.Net4.6/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Windows.Net4/Properties/AssemblyInfo.cs
Expand Up @@ -41,5 +41,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
4 changes: 2 additions & 2 deletions Source/Csla.Xaml.Net4.5/Properties/AssemblyInfo.cs
Expand Up @@ -44,8 +44,8 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]


[assembly: ThemeInfo(ResourceDictionaryLocation.SourceAssembly, ResourceDictionaryLocation.SourceAssembly)]
Expand Down
4 changes: 2 additions & 2 deletions Source/Csla.Xaml.Net4.6/Properties/AssemblyInfo.cs
Expand Up @@ -34,8 +34,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]

[assembly: ThemeInfo(ResourceDictionaryLocation.SourceAssembly, ResourceDictionaryLocation.SourceAssembly)]

Expand Down
4 changes: 2 additions & 2 deletions Source/Csla.Xaml.Net4/Properties/AssemblyInfo.cs
Expand Up @@ -44,8 +44,8 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]


[assembly: ThemeInfo(ResourceDictionaryLocation.SourceAssembly, ResourceDictionaryLocation.SourceAssembly)]
Expand Down
4 changes: 2 additions & 2 deletions Source/Csla.Xaml.Uwp/Properties/AssemblyInfo.cs
Expand Up @@ -27,5 +27,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.10.0.0")]
[assembly: AssemblyFileVersion("4.10.0.0")]
[assembly: AssemblyVersion("4.10.1.0")]
[assembly: AssemblyFileVersion("4.10.1.0")]
2 changes: 1 addition & 1 deletion Source/Csla.Xaml.Xamarin/Csla.Xaml.Xamarin.csproj
Expand Up @@ -6,7 +6,7 @@
<AssemblyOriginatorKeyFile>CslaKey.snk</AssemblyOriginatorKeyFile>
<AssemblyName>Csla.Xaml</AssemblyName>
<RootNamespace>Csla.Xaml</RootNamespace>
<Version>4.10.0.0</Version>
<Version>4.10.1.0</Version>
<Authors>Marimer LLC</Authors>
<Company>Marimer LLC</Company>
<Product>CSLA .NET for Xamarin</Product>
Expand Down

0 comments on commit eed0597

Please sign in to comment.