Skip to content

Commit

Permalink
bump assembly versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanrobot committed Nov 17, 2021
1 parent 8dac698 commit 61abcf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nuget-build-script.sample
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nuget pack
nuget push jordanrobot.IPlugin.0.2.1.nupkg <APIKEY> -Source https://api.nuget.org/v3/index.json
nuget push jordanrobot.IPlugin.0.3.0.nupkg -Source https://api.nuget.org/v3/index.json
7 changes: 4 additions & 3 deletions src/IPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
<Authors>jordanrobot</Authors>
<Company></Company>
<Product></Product>
<Description>A simple library to define IPlugin interfaces; used in Autodesk Inventor addin MEF plugins. This this repo for a sample application... https://github.com/jordanrobot/IPlugin</Description>
<Description>A simple library to enable MEF plugins within custom Autodesk Inventor addins.</Description>
<Copyright>2021</Copyright>
<RepositoryUrl>https://github.com/jordanrobot/IPlugin</RepositoryUrl>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand All @@ -27,10 +28,10 @@
<PropertyGroup>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Version>0.2.1</Version>
<Version>0.3.0</Version>
<PackageProjectUrl></PackageProjectUrl>
<RepositoryUrl>https://github.com/jordanrobot/IPlugin</RepositoryUrl>
<AssemblyVersion>0.1.0.0</AssemblyVersion>
<AssemblyVersion>0.3.0.0</AssemblyVersion>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>

Expand Down

0 comments on commit 61abcf0

Please sign in to comment.