Skip to content
This repository has been archived by the owner on Jan 3, 2018. It is now read-only.

Commit

Permalink
Bumping version number to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hmemcpy committed Nov 30, 2014
1 parent 1c3b05c commit 5e9bc43
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.cmd
Expand Up @@ -4,7 +4,7 @@ if "%config%" == "" (
set config=Release
)

set version=1.1.2
set version=1.1.3
if not "%PackageVersion%" == "" (
set version=%PackageVersion%
)
Expand Down
6 changes: 2 additions & 4 deletions src/AgentMulder.nuspec
Expand Up @@ -12,15 +12,13 @@
<projectUrl>http://hmemcpy.github.io/AgentMulder/</projectUrl>
<copyright>Copyright &#x00A9; 2013 Igal Tabachnik</copyright>
<iconUrl>https://raw.github.com/hmemcpy/AgentMulder/master/logo.png</iconUrl>
<releaseNotes>Adding support for ReSharper 8.2</releaseNotes>
<releaseNotes>Several Autofac fixes (thanks to George Pollard and others for contributing!)</releaseNotes>
<tags>resharper agent mulder agentmulder ioc di windsor castle autofac ninject structuremap unity simpleinjector</tags>
<dependencies>
<dependency id="Resharper" version="[8.1,8.3)"/>
<dependency id="Resharper" version="[8.2,8.3)"/>
</dependencies>
</metadata>
<files>
<file src="..\output\$configuration$\8.1\**\*.dll" target="ReSharper\v8.1\plugins"/>
<file src="..\output\$configuration$\8.1\**\*.pdb" target="ReSharper\v8.1\plugins"/>
<file src="..\output\$configuration$\8.2\**\*.dll" target="ReSharper\v8.2\plugins"/>
<file src="..\output\$configuration$\8.2\**\*.pdb" target="ReSharper\v8.2\plugins"/>
</files>
Expand Down
4 changes: 2 additions & 2 deletions src/CommonAssemblyInfo.cs
Expand Up @@ -4,5 +4,5 @@
[assembly: AssemblyProduct("AgentMulder plugin for ReSharper")]
[assembly: AssemblyCopyright("Copyright © Igal Tabachnik, 2013")]

[assembly: AssemblyVersion("1.1.2")]
[assembly: AssemblyFileVersion("1.1.2")]
[assembly: AssemblyVersion("1.1.3")]
[assembly: AssemblyFileVersion("1.1.3")]

0 comments on commit 5e9bc43

Please sign in to comment.