Skip to content

Commit

Permalink
SyncOMatic update (#3818)
Browse files Browse the repository at this point in the history
  • Loading branch information
particularbot authored and timbussmann committed Jun 9, 2016
1 parent 751e3e2 commit e58db7b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -12,9 +12,11 @@ results
CommonAssemblyInfo.cs
lib/sqlite/System.Data.SQLite.dll
*.orig
*.zip
Samples/DataBus/storage
packages
PrecompiledWeb
tempstorage
core-only
Release
Artifacts
Expand Down
1 change: 1 addition & 0 deletions src/NServiceBus.sln.DotSettings
Expand Up @@ -5,6 +5,7 @@
<s:Boolean x:Key="/Default/CodeEditing/Intellisense/CodeCompletion/IntelliSenseCompletingCharacters/IntelliSenseCompletingCharactersSettingCSharp/UpgradedFromVSSettings/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeEditing/Intellisense/LookupWindow/ShowSummary/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeEditing/Localization/CSharpLocalizationOptions/DontAnalyseVerbatimStrings/@EntryValue">False</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/ExcludedFiles/FileMasksToSkip/=_002A_002A_005CApp_005FPackages_005C_002A_002A_005C_002A_002E_002A/@EntryIndexedValue">True</s:Boolean>
<s:String x:Key="/Default/CodeInspection/Highlighting/AnalysisEnabled/@EntryValue">SOLUTION</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ArrangeTypeMemberModifiers/@EntryIndexedValue">SUGGESTION</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ArrangeTypeModifiers/@EntryIndexedValue">SUGGESTION</s:String>
Expand Down
9 changes: 5 additions & 4 deletions src/nuget.config
Expand Up @@ -5,15 +5,16 @@
<add key="enabled" value="True" />
<add key="automatic" value="True" />
</packageRestore>
<packageSources>
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
<add key="particular myget.org" value="https://www.myget.org/F/particular/" />
</packageSources>
<disabledPackageSources />
<config>
<add key="DependencyVersion" value="HighestMinor" />
</config>
<activePackageSource>
<clear />
<add key="All" value="(Aggregate source)" />
</activePackageSource>
<packageSources>
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
<add key="particular myget.org" value="https://www.myget.org/F/particular/" />
</packageSources>
</configuration>

0 comments on commit e58db7b

Please sign in to comment.