Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions trolley/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.2.4.0")]
[assembly: AssemblyInformationalVersion("2.2.4")]
[assembly: AssemblyFileVersion("2.3.0.0")]
[assembly: AssemblyInformationalVersion("2.3.0")]
4 changes: 2 additions & 2 deletions trolley/trolley.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>2.2.4.0</ApplicationVersion>
<ApplicationVersion>2.3.0.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand All @@ -26,7 +26,7 @@
<RootNamespace>Trolley</RootNamespace>
<PackageId>trolleyhq</PackageId>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.2.4</Version>
<Version>2.3.0</Version>
<PackageDescription>The official Trolley .NET SDK to interface with the Trolley API (https://www.trolley.com/)</PackageDescription>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Copyright>Copyright 2020</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion trolley/trolley.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>trolleyhq</id>
<version>2.2.4</version>
<version>2.3.0</version>
<title>$title$</title>
<authors>Jesse Tremblay, Jesse Silber, Joshua Cunningham, Aman Aalam</authors>
<owners>aman.trolley, trolley-developers, PaymentRailsJesse, joshuapr</owners>
Expand Down
Loading