File tree Expand file tree Collapse file tree
Shuttle.Core.Data/Properties Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 </Target>
3434
3535 <Target Name="Deploy" DependsOnTargets="Package">
36- <Exec Command="nuget push $(DeploymentFolder)\nuget\$(PackageName).$(SemanticVersion).nupkg" Condition="$(Operation) != 'pack-only'" />
36+ <Exec Command="nuget push $(DeploymentFolder)\nuget\$(PackageName).$(SemanticVersion).nupkg -source https://www.nuget.org " Condition="$(Operation) != 'pack-only'" />
3737 <Exec Command="git commit -a -m "- v$(SemanticVersion)"" />
3838 <Exec Command="git push" />
3939 </Target>
Original file line number Diff line number Diff line change 2525[ assembly: AssemblyTitle ( "Shuttle.Core.Data for .NET Framework 4.6.1" ) ]
2626#endif
2727
28- [ assembly: AssemblyVersion ( "4.0.0 .0" ) ]
28+ [ assembly: AssemblyVersion ( "4.1.1 .0" ) ]
2929[ assembly: AssemblyCopyright ( "Copyright © Eben Roux 2016" ) ]
3030[ assembly: AssemblyProduct ( "Shuttle.Core" ) ]
3131[ assembly: AssemblyCompany ( "Shuttle" ) ]
3232[ assembly: AssemblyConfiguration ( "Release" ) ]
33- [ assembly: AssemblyInformationalVersion ( "4.0.0 " ) ]
33+ [ assembly: AssemblyInformationalVersion ( "4.1.1 " ) ]
3434[ assembly: ComVisible ( false ) ]
You can’t perform that action at this time.
0 commit comments