Skip to content

Commit

Permalink
Added Exceptional.2016.3.nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoSuter committed Jan 5, 2017
1 parent 5b596aa commit eb9f977
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 7 deletions.
3 changes: 2 additions & 1 deletion build/02_CreatePackages.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ nuget.exe pack Exceptional.R8.nuspec -OutputDirectory "Packages"
nuget.exe pack Exceptional.R9.nuspec -OutputDirectory "Packages"
nuget.exe pack Exceptional.R10.nuspec -OutputDirectory "Packages"
nuget.exe pack Exceptional.2016.1.nuspec -OutputDirectory "Packages"
nuget.exe pack Exceptional.2016.2.nuspec -OutputDirectory "Packages"
nuget.exe pack Exceptional.2016.2.nuspec -OutputDirectory "Packages"
nuget.exe pack Exceptional.2016.3.nuspec -OutputDirectory "Packages"
3 changes: 2 additions & 1 deletion build/03_PushPackages.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ nuget.exe push Packages/Exceptional.%version%.nupkg %apiKey% -source https://res
nuget.exe push Packages/Exceptional.R9.%version%.nupkg %apiKey% -source https://resharper-plugins.jetbrains.com
nuget.exe push Packages/Exceptional.R10.%version%.nupkg %apiKey% -source https://resharper-plugins.jetbrains.com
nuget.exe push Packages/Exceptional.2016.1.%version%.nupkg %apiKey% -source https://resharper-plugins.jetbrains.com
nuget.exe push Packages/Exceptional.2016.2.%version%.nupkg %apiKey% -source https://resharper-plugins.jetbrains.com
nuget.exe push Packages/Exceptional.2016.2.%version%.nupkg %apiKey% -source https://resharper-plugins.jetbrains.com
nuget.exe push Packages/Exceptional.2016.3.%version%.nupkg %apiKey% -source https://resharper-plugins.jetbrains.com
2 changes: 1 addition & 1 deletion build/Exceptional.2016.1.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Exceptional.2016.1</id>
<version>0.7.13.0</version>
<version>0.8.0.0</version>
<title>Exceptional for ReSharper 2016.1</title>
<description>Analyzes thrown and documented C# exceptions and suggests improvements. </description>
<authors>ExceptionalDevs</authors>
Expand Down
2 changes: 1 addition & 1 deletion build/Exceptional.2016.2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Exceptional.2016.2</id>
<version>0.7.13.0</version>
<version>0.8.0.0</version>
<title>Exceptional for ReSharper 2016.2</title>
<description>Analyzes thrown and documented C# exceptions and suggests improvements. </description>
<authors>ExceptionalDevs</authors>
Expand Down
19 changes: 19 additions & 0 deletions build/Exceptional.2016.3.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>Exceptional.2016.3</id>
<version>0.8.0.0</version>
<title>Exceptional for ReSharper 2016.3</title>
<description>Analyzes thrown and documented C# exceptions and suggests improvements. </description>
<authors>ExceptionalDevs</authors>
<projectUrl>https://github.com/CSharpAnalyzers/ExceptionalReSharper</projectUrl>
<copyright>Copyright &#x00A9; 2016 ExceptionalDevs</copyright>
<tags>Exception XMLdoc</tags>
<dependencies>
<dependency id="Wave" version="[7.0, 8.0)" />
</dependencies>
</metadata>
<files>
<file src="..\src\Exceptional.2016.2\bin\Release\ReSharper.Exceptional.2016.3.dll" target="DotFiles" />
</files>
</package>
2 changes: 1 addition & 1 deletion build/Exceptional.R10.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Exceptional.R10</id>
<version>0.7.13.0</version>
<version>0.8.0.0</version>
<title>Exceptional for ReSharper 10</title>
<description>Analyzes thrown and documented C# exceptions and suggests improvements. </description>
<authors>ExceptionalDevs</authors>
Expand Down
2 changes: 1 addition & 1 deletion build/Exceptional.R8.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Exceptional</id>
<version>0.7.13.0</version>
<version>0.8.0.0</version>
<title>Exceptional for ReSharper 8</title>
<description>Analyzes thrown and documented C# exceptions and suggests improvements. </description>
<authors>ExceptionalDevs</authors>
Expand Down
2 changes: 1 addition & 1 deletion build/Exceptional.R9.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Exceptional.R9</id>
<version>0.7.13.0</version>
<version>0.8.0.0</version>
<title>Exceptional for ReSharper 9</title>
<description>Analyzes thrown and documented C# exceptions and suggests improvements. </description>
<authors>ExceptionalDevs</authors>
Expand Down

0 comments on commit eb9f977

Please sign in to comment.