Skip to content

Commit

Permalink
Bumped version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seesharper committed Aug 18, 2018
1 parent a7d1a9a commit af65700
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build/BuildContext.csx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ var root = FileUtils.GetScriptFolder();
var solutionFolder = Path.Combine(root,"..","src");
var projectFolder = Path.Combine(root, "..", "src", "LightInject.Interception");


var testProjectFolder = Path.Combine(root, "..", "src", "LightInject.Interception.Tests");

var pathToTestAssembly = Path.Combine(testProjectFolder, "bin","release", "net46", "LightInject.Interception.Tests.dll");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net46;netstandard1.1;netstandard2.0</TargetFrameworks>
<Version>2.0.1</Version>
<Version>2.0.2</Version>
<Authors>Bernhard Richter</Authors>
<PackageProjectUrl>http//www.lightinject.net</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit af65700

Please sign in to comment.