File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11#region BSD Licence
2- /* Copyright (c) 2013, Doxense SARL
2+ /* Copyright (c) 2013-2015 , Doxense SAS
33All rights reserved.
44
55Redistribution and use in source and binary forms, with or without
@@ -32,10 +32,10 @@ DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
3232
3333[ assembly: AssemblyCompany ( "Doxense" ) ]
3434[ assembly: AssemblyProduct ( "FoundationDB.Client" ) ]
35- [ assembly: AssemblyCopyright ( "Copyright © Doxense SAS 2013-2014 " ) ]
35+ [ assembly: AssemblyCopyright ( "Copyright © Doxense SAS 2013-2015 " ) ]
3636[ assembly: AssemblyTrademark ( "" ) ]
3737[ assembly: AssemblyCulture ( "" ) ]
3838
39- [ assembly: AssemblyVersion ( "0.9.8 .0" ) ] //note: Only change this when doing breaking API changes!
39+ [ assembly: AssemblyVersion ( "0.9.9 .0" ) ] //note: Only change this when doing breaking API changes!
4040[ assembly: AssemblyFileVersion ( "0.9.8.0" ) ] //note: change this to "x.y.revision.build_step" in a build step of your favorite C.I. build server
41- [ assembly: AssemblyInformationalVersion ( "0.9.8 -pre" ) ] //note: this is the version seen by NuGet, add "-alpha"/"-beta"/"-rc1" at the end to create pre-release packages
41+ [ assembly: AssemblyInformationalVersion ( "0.9.9 -pre" ) ] //note: this is the version seen by NuGet, add "-alpha"/"-beta"/"-rc1" at the end to create pre-release packages
Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd" >
33 <metadata >
44 <id >FoundationDB.Client</id >
5- <version >0.9.8 -pre</version >
5+ <version >0.9.9 -pre</version >
66 <title >FoundationDB Client</title >
77 <authors >Doxense</authors >
88 <owners >Doxense</owners >
1212 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1313 <description >.NET Binding for FoundationDB</description >
1414 <releaseNotes >This is a pre-release of the .NET Binding, the public API is still subject to changes.</releaseNotes >
15- <copyright >Copyright 2013-2014 Doxense SAS</copyright >
15+ <copyright >Copyright 2013-2015 Doxense SAS</copyright >
1616 <language >en-US</language >
1717 <tags >foundationdb nosql</tags >
1818 </metadata >
Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd" >
33 <metadata >
44 <id >FoundationDB.Layers.Common</id >
5- <version >0.9.8 -pre</version >
5+ <version >0.9.9 -pre</version >
66 <title >FoundationDB Common Layers</title >
77 <authors >Doxense</authors >
88 <owners >Doxense</owners >
1212 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1313 <description >Common Layers for the FoundationDB .NET Binding</description >
1414 <releaseNotes >This is a pre-release of the .NET Binding, the public API is still subject to changes.</releaseNotes >
15- <copyright >Copyright 2013-2014 Doxense SAS</copyright >
15+ <copyright >Copyright 2013-2015 Doxense SAS</copyright >
1616 <language >en-US</language >
1717 <tags >foundationdb nosql layers</tags >
1818 <dependencies >
19- <dependency id =" FoundationDB.Client" version =" 0.9.8 -pre" />
19+ <dependency id =" FoundationDB.Client" version =" 0.9.9 -pre" />
2020 </dependencies >
2121 </metadata >
2222 <files >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ open Fake
66RestorePackages()
77
88// Properties
9- let version = " 0.9.8 -pre" //TODO: find a way to extract this from somewhere convenient
9+ let version = " 0.9.9 -pre" //TODO: find a way to extract this from somewhere convenient
1010let buildDir = " ./build/output/"
1111let nugetPath = " .nuget/nuget.exe"
1212let nugetOutDir = buildDir + " _packages/"
You can’t perform that action at this time.
0 commit comments