Skip to content

Commit

Permalink
bumping to 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Nov 22, 2016
1 parent dd4df5f commit 50f2f8c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion rakefile.rb
Expand Up @@ -2,7 +2,7 @@

COMPILE_TARGET = ENV['config'].nil? ? "debug" : ENV['config']
RESULTS_DIR = "results"
BUILD_VERSION = '4.4.1'
BUILD_VERSION = '4.4.2'

tc_build_number = ENV["BUILD_NUMBER"]
build_revision = tc_build_number || Time.new.strftime('5%H%M')
Expand Down
8 changes: 4 additions & 4 deletions src/CommonAssemblyInfo.cs
Expand Up @@ -3,7 +3,7 @@
[assembly: AssemblyDescription("IoC Container for .Net")]
[assembly: AssemblyProduct("StructureMap")]
[assembly: AssemblyCopyright("Copyright 2004-2016 Jeremy D. Miller, Joshua Flanagan, Frank Quednau, Tim Kellogg, et al. All rights reserved.")]
[assembly: AssemblyTrademark("fe51c79f396e15e3c0e4a125a658a861166c9eaa")]
[assembly: AssemblyVersion("4.3.0.51510")]
[assembly: AssemblyFileVersion("4.3.0.51510")]
[assembly: AssemblyInformationalVersion("4.3.0.51510")]
[assembly: AssemblyTrademark("dd4df5fa357b89c949ae1f6a390333791b9d0d96")]
[assembly: AssemblyVersion("4.4.1.50833")]
[assembly: AssemblyFileVersion("4.4.1.50833")]
[assembly: AssemblyInformationalVersion("4.4.1.50833")]
6 changes: 3 additions & 3 deletions src/StructureMap.Testing/project.lock.json
Expand Up @@ -2572,7 +2572,7 @@
"netstandard1.5/NestedLibrary.dll": {}
}
},
"StructureMap/4.4.0": {
"StructureMap/4.4.1": {
"type": "project",
"framework": ".NETStandard,Version=v1.5",
"dependencies": {
Expand Down Expand Up @@ -3110,7 +3110,7 @@
"net45/NestedLibrary.dll": {}
}
},
"StructureMap/4.4.0": {
"StructureMap/4.4.1": {
"type": "project",
"framework": ".NETFramework,Version=v4.5",
"compile": {
Expand Down Expand Up @@ -8335,7 +8335,7 @@
"path": "../NestedLibrary/project.json",
"msbuildProject": "../NestedLibrary/NestedLibrary.xproj"
},
"StructureMap/4.4.0": {
"StructureMap/4.4.1": {
"type": "project",
"path": "../StructureMap/project.json",
"msbuildProject": "../StructureMap/StructureMap.xproj"
Expand Down

0 comments on commit 50f2f8c

Please sign in to comment.