File tree Expand file tree Collapse file tree 7 files changed +12
-45
lines changed
UmbracoFileSystemProviders.Azure.Installer
UmbracoFileSystemProviders.Azure.Tests/Properties
UmbracoFileSystemProviders.Azure Expand file tree Collapse file tree 7 files changed +12
-45
lines changed Original file line number Diff line number Diff line change 2727// The following GUID is for the ID of the typelib if this project is exposed to COM
2828[ assembly: Guid ( "f67f3c8f-7b04-4d4f-a1fc-ad588e93afb4" ) ]
2929
30- [ assembly: InternalsVisibleTo ( "Our.Umbraco.FileSystemProviders.Azure.Tests" ) ]
30+ [ assembly: InternalsVisibleTo ( "Our.Umbraco.FileSystemProviders.Azure.Tests" ) ]
31+
32+ [ assembly: AssemblyVersion ( "0.0.0.0" ) ]
33+ [ assembly: AssemblyFileVersion ( "0.0.0.0" ) ]
34+ [ assembly: AssemblyInformationalVersion ( "0.0.0.0" ) ]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 307307 <Compile Include =" Models\Parameter.cs" />
308308 <Compile Include =" InstallerController.cs" />
309309 <Compile Include =" PackageActions.cs" />
310- <Compile Include =" Properties\VersionInfo.cs" />
311310 </ItemGroup >
312311 <ItemGroup >
313312 <None Include =" app.config" />
Original file line number Diff line number Diff line change 3636// You can specify all the values or you can default the Build and Revision Numbers
3737// by using the '*' as shown below:
3838// [assembly: AssemblyVersion("1.0.*")]
39- [ assembly: AssemblyVersion ( "1.0.0.0" ) ]
40- [ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
39+ [ assembly: AssemblyVersion ( "0.0.0.0" ) ]
40+ [ assembly: AssemblyFileVersion ( "0.0.0.0" ) ]
41+ [ assembly: AssemblyInformationalVersion ( "0.0.0.0" ) ]
Original file line number Diff line number Diff line change 2828[ assembly: Guid ( "5c92a8bd-eaa4-4562-a7e2-213d47d92d73" ) ]
2929
3030[ assembly: InternalsVisibleTo ( "Our.Umbraco.FileSystemProviders.Azure.Tests" ) ]
31+
32+ [ assembly: AssemblyVersion ( "0.0.0.0" ) ]
33+ [ assembly: AssemblyFileVersion ( "0.0.0.0" ) ]
34+ [ assembly: AssemblyInformationalVersion ( "0.0.0.0" ) ]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 307307 <Compile Include =" Helpers\ConfigurationHelper.cs" />
308308 <Compile Include =" Helpers\IMimeTypeResolver.cs" />
309309 <Compile Include =" Helpers\MimeTypeResolver.cs" />
310- <Compile Include =" Properties\VersionInfo.cs" />
311310 <Compile Include =" FileSystemVirtualPathProvider.cs" />
312311 <Compile Include =" FileSystemVirtualFile.cs" />
313312 <Compile Include =" Properties\AssemblyInfo.cs" />
You can’t perform that action at this time.
0 commit comments