File tree 3 files changed +9
-5
lines changed
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v1.20.4 (13 December 2022)
4
+ - Fixes bug with border: 0 none
5
+
3
6
## v1.20.3 (23 November 2022)
4
7
- Fixes spread bug
5
8
- Optimises compression of @supports ()
Original file line number Diff line number Diff line change 5
5
<RestoreTool Condition =" '$(RestoreTool)' == '' " >NuGet</RestoreTool >
6
6
<ProjectAssetsFile Condition =" '$(ProjectAssetsFile)' == '' " >$(MSBuildThisFileDirectory)project.lock.json</ProjectAssetsFile >
7
7
<NuGetPackageRoot Condition =" '$(NuGetPackageRoot)' == '' " >$(UserProfile)\.nuget\packages\</NuGetPackageRoot >
8
- <NuGetPackageFolders Condition =" '$(NuGetPackageFolders)' == '' " >C:\Users\Andrew Bullock \.nuget\packages\</NuGetPackageFolders >
8
+ <NuGetPackageFolders Condition =" '$(NuGetPackageFolders)' == '' " >C:\Users\trull \.nuget\packages\;C:\Program Files (x86)\Microsoft\Xamarin\NuGet \</NuGetPackageFolders >
9
9
<NuGetProjectStyle Condition =" '$(NuGetProjectStyle)' == '' " >ProjectJson</NuGetProjectStyle >
10
- <NuGetToolVersion Condition =" '$(NuGetToolVersion)' == '' " >5.11.1 </NuGetToolVersion >
10
+ <NuGetToolVersion Condition =" '$(NuGetToolVersion)' == '' " >5.11.2 </NuGetToolVersion >
11
11
</PropertyGroup >
12
12
<ItemGroup Condition =" '$(ExcludeRestorePackageImports)' != 'true' " >
13
- <SourceRoot Include =" C:\Users\Andrew Bullock\.nuget\packages\" />
13
+ <SourceRoot Include =" C:\Users\trull\.nuget\packages\" />
14
+ <SourceRoot Include =" C:\Program Files (x86)\Microsoft\Xamarin\NuGet\" />
14
15
</ItemGroup >
15
16
<PropertyGroup >
16
17
<MSBuildAllProjects >$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects >
17
18
</PropertyGroup >
18
19
<PropertyGroup Condition =" '$(ExcludeRestorePackageImports)' != 'true' " >
19
- <PkgNUnit3TestAdapter Condition =" '$(PkgNUnit3TestAdapter)' == '' " >C:\Users\Andrew Bullock \.nuget\packages\nunit3testadapter\3.5.0</PkgNUnit3TestAdapter >
20
+ <PkgNUnit3TestAdapter Condition =" '$(PkgNUnit3TestAdapter)' == '' " >C:\Users\trull \.nuget\packages\nunit3testadapter\3.5.0</PkgNUnit3TestAdapter >
20
21
</PropertyGroup >
21
22
</Project >
Original file line number Diff line number Diff line change 18
18
<RepositoryType >git</RepositoryType >
19
19
<RepositoryUrl >git://github.com/trullock/NUglify</RepositoryUrl >
20
20
<NetStandardImplicitPackageVersion Condition =" '$(TargetFramework)' == 'netstandard1.3' " >1.6.0</NetStandardImplicitPackageVersion >
21
- <Version >1.20.3 </Version >
21
+ <Version >1.20.4 </Version >
22
22
<PackageLicenseExpression ></PackageLicenseExpression >
23
23
<LangVersion >latest</LangVersion >
24
24
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments