Skip to content

Commit 61abcf0

Browse files
committed
bump assembly versions
1 parent 8dac698 commit 61abcf0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

nuget-build-script.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
nuget pack
2-
nuget push jordanrobot.IPlugin.0.2.1.nupkg <APIKEY> -Source https://api.nuget.org/v3/index.json
2+
nuget push jordanrobot.IPlugin.0.3.0.nupkg -Source https://api.nuget.org/v3/index.json

src/IPlugin.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
<Authors>jordanrobot</Authors>
1212
<Company></Company>
1313
<Product></Product>
14-
<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>
14+
<Description>A simple library to enable MEF plugins within custom Autodesk Inventor addins.</Description>
1515
<Copyright>2021</Copyright>
16+
<RepositoryUrl>https://github.com/jordanrobot/IPlugin</RepositoryUrl>
1617
</PropertyGroup>
1718

1819
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -27,10 +28,10 @@
2728
<PropertyGroup>
2829
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
2930
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
30-
<Version>0.2.1</Version>
31+
<Version>0.3.0</Version>
3132
<PackageProjectUrl></PackageProjectUrl>
3233
<RepositoryUrl>https://github.com/jordanrobot/IPlugin</RepositoryUrl>
33-
<AssemblyVersion>0.1.0.0</AssemblyVersion>
34+
<AssemblyVersion>0.3.0.0</AssemblyVersion>
3435
<PackageLicenseFile>LICENSE</PackageLicenseFile>
3536
</PropertyGroup>
3637

0 commit comments

Comments
 (0)