Skip to content

Commit 1c4465e

Browse files
committed
- v4.1.1
1 parent ad949d4 commit 1c4465e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.build/package.msbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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 &quot;- v$(SemanticVersion)&quot;" />
3838
<Exec Command="git push" />
3939
</Target>

Shuttle.Core.Data/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
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)]

0 commit comments

Comments
 (0)