Skip to content

Commit

Permalink
Bump to v1.00
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpk committed Jan 12, 2019
1 parent 8015d11 commit b920200
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions Nop.Plugin.Payments.Stripe/Nop.Plugin.Payments.Stripe.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<Version>0.01</Version>
<Version>1.00</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<RepositoryUrl>https://github.com/andrejpk/nopCommerce</RepositoryUrl>
<RepositoryUrl>https://github.com/andrejpk/Nop.Payments.Stripe</RepositoryUrl>
<!--Set this parameter to true to get the dlls copied from the NuGet cache to the output of your project.
You need to set this parameter to true if your plugin has a nuget package
to ensure that the dlls copied from the NuGet cache to the output of your project-->
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<Copyright />
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\..\Presentation\Nop.Web\Plugins\Payments.Stripe</OutputPath>
Expand All @@ -20,7 +22,7 @@
<!-- This target execute after "Build" target -->
<Target Name="NopTarget" AfterTargets="Build">
<!-- Delete unnecessary libraries from plugins path -->
<MSBuild Projects="$(MSBuildProjectDirectory)..\..\..\nopCommerce\src\Build\ClearPluginAssemblies.proj" Properties="PluginPath=$(MSBuildProjectDirectory)\$(OutDir)" Targets="NopClear" />
<MSBuild Projects="$(MSBuildProjectDirectory)..\..\nopCommerce\src\Build\ClearPluginAssemblies.proj" Properties="PluginPath=$(MSBuildProjectDirectory)\$(OutDir)" Targets="NopClear" />
</Target>
<ItemGroup>
<None Remove="Content\styles.css" />
Expand Down Expand Up @@ -51,13 +53,13 @@
</Content>
</ItemGroup>
<ItemGroup>
<ClearPluginAssemblies Include="$(MSBuildProjectDirectory)\..\..\Build\ClearPluginAssemblies.proj" />
<ClearPluginAssemblies Include="$(MSBuildProjectDirectory)\..\..\nopCommerce\src\Build\ClearPluginAssemblies.proj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Stripe.net" Version="21.7.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\nopCommerce\src\Presentation\Nop.Web\Nop.Web.csproj" />
<ProjectReference Include="..\..\nopCommerce\src\Presentation\Nop.Web\Nop.Web.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="plugin.json">
Expand Down
2 changes: 1 addition & 1 deletion Nop.Plugin.Payments.Stripe/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Group": "Payment methods",
"FriendlyName": "Stripe",
"SystemName": "Payments.Stripe",
"Version": "0.01",
"Version": "1.00",
"SupportedVersions": [ "4.20", "4.10" ],
"Author": "Andrej Kyselica",
"DisplayOrder": 1,
Expand Down

0 comments on commit b920200

Please sign in to comment.