File tree Expand file tree Collapse file tree 6 files changed +20
-9
lines changed
Expand file tree Collapse file tree 6 files changed +20
-9
lines changed Original file line number Diff line number Diff line change 168168 # # Before building NuGet package, extract CSLA Version number and update .NuSpec to automate versioning of .NuSpec document
169169 # # - JH: Not sure if I should get direct from source code file or from file version of compiled library instead.
170170 # # - JH: Going with product version in assembly for now
171- $cslaAssembly = Get-ChildItem " $pathToBin \net6 .0\Csla.dll" | Select-Object - First 1
171+ $cslaAssembly = Get-ChildItem " $pathToBin \net8 .0\Csla.dll" | Select-Object - First 1
172172 # # - JH: If $preRelease is specified, then append it with a dash following the 3rd component of the quad-dotted-version number
173173 # # Refer: http://docs.nuget.org/docs/Reference/Versioning
174174 if ( [System.String ]::IsNullOrEmpty( $preRelease ) -ne $true )
Original file line number Diff line number Diff line change 3131 <dependency id =" Microsoft.Extensions.Hosting" version =" 7.0.1" />
3232 <dependency id =" Microsoft.Extensions.Hosting.Abstractions" version =" 7.0.0" />
3333 </group >
34- <group targetFramework =" net8.0-windows10.0.19041 " >
34+ <group targetFramework =" net8.0-windows7.0 " >
3535 <dependency id =" Csla" version =" [4.6.3-Beta10]" />
3636 <dependency id =" Microsoft.Extensions.Hosting" version =" 8.0.0" />
3737 <dependency id =" Microsoft.Extensions.Hosting.Abstractions" version =" 8.0.0" />
4040 </metadata >
4141 <files >
4242 <!-- net8.0-windows Assembly -->
43- <file src =" ..\..\bin\Release\net8.0-windows\**\Csla.Windows.*" target =" lib\net8.0-windows10.0.19041 .0" />
43+ <file src =" ..\..\bin\Release\net8.0-windows\**\Csla.Windows.*" target =" lib\net8.0-windows7 .0" />
4444 <!-- net7.0-windows10.0.19041.0 Assembly -->
4545 <file src =" ..\..\bin\Release\net7.0-windows10.0.19041.0\**\Csla.Windows.*" target =" lib\net7.0-windows10.0.19041.0" />
4646 <!-- net6.0-windows10.0.19041.0 Assembly -->
Original file line number Diff line number Diff line change 3131 <dependency id =" Microsoft.Extensions.Hosting" version =" 7.0.1" />
3232 <dependency id =" Microsoft.Extensions.Hosting.Abstractions" version =" 7.0.0" />
3333 </group >
34- <group targetFramework =" net8.0-windows10.0.19041 " >
34+ <group targetFramework =" net8.0-windows7.0 " >
3535 <dependency id =" Csla" version =" [4.6.3-Beta10]" />
3636 <dependency id =" Microsoft.Extensions.Hosting" version =" 8.0.0" />
3737 <dependency id =" Microsoft.Extensions.Hosting.Abstractions" version =" 8.0.0" />
4040 </metadata >
4141 <files >
4242 <!-- net8.0-windows -->
43- <file src =" ..\..\bin\Release\net8.0-windows\**\Csla.Xaml.*" target =" lib\net8.0-windows10.0.19041 .0" />
43+ <file src =" ..\..\bin\Release\net8.0-windows\**\Csla.Xaml.*" target =" lib\net8.0-windows7 .0" />
4444 <!-- net7.0-windows10.0.19041.0 Assembly -->
4545 <file src =" ..\..\bin\Release\net7.0-windows10.0.19041.0\**\Csla.Xaml.*" target =" lib\net7.0-windows10.0.19041.0" />
4646 <!-- net6.0-windows10.0.19041.0 Assembly -->
Original file line number Diff line number Diff line change 1010[ assembly: AssemblyConfiguration ( "" ) ]
1111[ assembly: AssemblyCompany ( "Marimer LLC" ) ]
1212[ assembly: AssemblyProduct ( "CSLA .NET" ) ]
13- [ assembly: AssemblyCopyright ( "Copyright © 2010-18 Marimer LLC" ) ]
13+ [ assembly: AssemblyCopyright ( "Copyright © 2010-24 Marimer LLC" ) ]
1414[ assembly: AssemblyTrademark ( "" ) ]
1515[ assembly: AssemblyCulture ( "" ) ]
1616
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 ( "8.0.0 .0" ) ]
31- [ assembly: AssemblyFileVersion ( "8.0.0 .0" ) ]
30+ [ assembly: AssemblyVersion ( "8.0.1 .0" ) ]
31+ [ assembly: AssemblyFileVersion ( "8.0.1 .0" ) ]
Original file line number Diff line number Diff line change 55
66 <!-- Common Package Settings -->
77 <PropertyGroup >
8- <Version >8.0.0 .0</Version >
8+ <Version >8.0.1 .0</Version >
99 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1010 <PackageProjectUrl >https://cslanet.com</PackageProjectUrl >
1111 <RepositoryUrl >https://github.com/MarimerLLC/csla</RepositoryUrl >
Original file line number Diff line number Diff line change 22
33CSLA 8 is a substantial update to CSLA .NET, adding support for .NET 8 and other enhancements.
44
5+ ## CSLA .NET version 8.0.1 release
6+
7+ CSLA .NET version 8.0.1 fixes a NuGet bug in the 8.0.0 release.
8+
9+ .NET 8 Windows Forms and WPF projects can now reference the CSLA .NET NuGet packages.
10+
11+ ### Contributors
12+
13+ * @prodinfo
14+ * @rockfordlhotka
15+
516## CSLA .NET version 8.0.0 release
617
718CSLA .NET version 8.0.0 adds support for .NET 8 and other enhancements.
You can’t perform that action at this time.
0 commit comments